| Einhugur Xml Plugin for Xojo |
|
TextHelper.Set Method
Sets Single value with precision specifier.

Set(
value
as Single,
precision
as Integer)
Parameters
- value
- Single value to set.
- precision
- Precision specifier.
Remarks
If not getting the format you want then you can always format with Xojo string formatting functions and pass in the value as string.
See Also
TextHelper Class